next
Round
Technologies
Experiences
Contribute
Login
next
Round
Technologies
Experiences
Contribute
Login
Question Loading...
Syntax and Structure
1.
Level: Expert | Frequency: High
2. What are the three main sections in a .svelte file?
Level: Expert | Frequency: High
3. What is the role of the <script> and <style> tags in a Svelte component?
Level: Expert | Frequency: High
4. How do you render variables inside markup in Svelte?
Level: Expert | Frequency: High
5. What is the $: syntax used for?
Level: Expert | Frequency: High
6. How do you conditionally render a block of HTML in Svelte?
Level: Expert | Frequency: High
7. What is the syntax of an {#if} block with {:else if} and {:else}?
Level: Expert | Frequency: High
8. How do you render a list of items with {#each}?
Level: Expert | Frequency: High
9. How do you use the {#await} block to handle promises?
Level: Expert | Frequency: High
10. Can you nest {#if} and {#each} blocks?
Level: Expert | Frequency: High
All Topics
Basics
Syntax and Structure
Reactivity
Event Handling
Component Basics
Lifecycle Hooks
Slots and Component Communication
Stores and State Sharing
Styling and Transitions
Conditional UI Patterns
SvelteKit Basics
SSR and SPA
Bindings
Forms and Events
Code Organization
Performance and Optimization
Security
Testing and Tooling
Advanced Features